home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 02 Useful Techniques / 08 Zarozinski / src / ffllapi / FuzzyOutVariableBase.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-09-01  |  482 b   |  20 lines

  1. // FuzzyOutVariableBase.cpp: implementation of the FuzzyOutVariableBase class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4.  
  5.  #include "FuzzyOutVariableBase.h"
  6.  
  7. //////////////////////////////////////////////////////////////////////
  8. // Construction/Destruction
  9. //////////////////////////////////////////////////////////////////////
  10.  
  11. FuzzyOutVariableBase::FuzzyOutVariableBase()
  12. {
  13.  
  14. }
  15.  
  16. FuzzyOutVariableBase::~FuzzyOutVariableBase()
  17. {
  18.  
  19. }
  20.